############################################################## 
## MOD Title: email links directly to new pms
## MOD Author: asinshesq < asinsh@speakeasy.net > (Alan Sinsheimer) N/A
## MOD Description:	This changes the email that notifies a user of a new pm so that the link in the email
##			goes directly to the pm rather than merely to the pm inbox
## MOD Version: 1.0.1 
## 
## Installation Level: Easy 
## Installation Time:  1 Minutes 
## Files To Edit:	privmsg.php			
## Included Files: (n/a) 
############################################################## 
## For Security Purposes, Please Check: http://www.phpbb.com/mods/ for the 
## latest version of this MOD. Downloading this MOD from other sites could cause malicious code 
## to enter into your phpBB Forum. As such, phpBB will not offer support for MOD's not offered 
## in our MOD-Database, located at: http://www.phpbb.com/mods/ 
############################################################## 
## Author Notes: None..
############################################################## 
## MOD History: 
## 
##   2004-10-08 - Version 1.0.1 
##      - initial version 
############################################################## 
## Before Adding This MOD To Your Forum, You Should Back Up All Files Related To This MOD 
############################################################## 

# 
#-----[ OPEN ]------------------------------------------ 
# 
privmsg.php

# 
#-----[ FIND ]------------------------------------------ 
# 
					'U_INBOX' => $server_protocol . $server_name . $server_port . $script_name . '?folder=inbox')

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 
					'U_INBOX' => $server_protocol . $server_name . $server_port . $script_name . '?folder=inbox&mode=read&p=' . $privmsg_sent_id)

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM